Next Article in Journal
A Magnetic Field Containment Method for an IPT System with Multiple Transmitting Coils Based on Reflective Properties
Next Article in Special Issue
Accuracy of Using a New Semi-Automated Software Package to Diagnose Osteoporotic Vertebral Fractures in Adults
Previous Article in Journal
Machine Learning Techniques for Non-Terrestrial Networks
Previous Article in Special Issue
Next-Gen Mulsemedia: Virtual Reality Haptic Simulator’s Impact on Medical Practitioner for Higher Education Institutions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Segmentation of Nucleus and Cytoplasm from H&E-Stained Follicular Lymphoma

1
Department of Computer Science and Engineering, I. K. Gujral Punjab Technical University, Jalandhar 144603, India
2
Department of Information Technology, ABES Engineering College, Ghaziabad 201009, India
3
Department of Computer Applications, GNIMT, Ludhiana 141002, India
4
Department of Computer Science, College of Computer Science, King Khalid University, Gregar, Abha 62529, Saudi Arabia
5
University School of Automation and Robotics, Guru Gobind Singh Indraprastha University, East Delhi Campus, Surajmal Vihar, Delhi 110092, India
6
Department of Computer Engineering, Faculty of Science and Technology, Vishwakarma University, Pune 411048, India
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(3), 651; https://doi.org/10.3390/electronics12030651
Submission received: 7 December 2022 / Revised: 21 January 2023 / Accepted: 24 January 2023 / Published: 28 January 2023
(This article belongs to the Special Issue Role of Artificial Intelligence in Healthcare and Biomedical Systems)

Abstract

:
This paper proposes a noble image segment technique to differentiate between large malignant cells called centroblasts vs. centrocytes. A new approach is introduced, which will provide additional input to an oncologist to ease the prognosis. Firstly, a H&E-stained image is projected onto L*a*b* color space to quantify the visual differences. Secondly, this transformed image is segmented with the help of k-means clustering into its three cytological components (i.e., nuclei, cytoplasm, and extracellular), followed by pre-processing techniques in the third step, where adaptive thresholding and the area filling function are applied to give them proper shape for further analysis. Finally, the demarcation process is applied to pre-processed nuclei based on the local fitting criterion function for image intensity in the neighborhood of each point. Integration of these local neighborhood centers leads us to define the global criterion of image segmentation. Unlike active contour models, this technique is independent of initialization. This paper achieved 92% sensitivity and 88.9% specificity in comparing manual vs. automated segmentation.

1. Introduction

Cancer is a group of diseases that involve the uncontrollable development of aberrant cells that have the potential to spread to other body organs. One of many cancer categories, lymphomas represent a type that begins in white blood cells known as lymphocytes. These lymphomas are categorized into two groups. The first is Hodgkin’s lymphoma (HL), which affects the lymphatic system of the immune system, which fights infection. HL is characterized by an overgrowth of white blood cells called lymphocytes, leading to enlarged, mostly painless lymph nodes and growths throughout the body. The presence of REED-STERNBERG cells is confirmed by HL (abnormal lymphocytes that may contain more than one nucleus). Non-Hodgkins lymphoma (NHL) is the second classification, in which lymphocytes can grow into tumors (growths) all over the body without damaging the lymphatic system. REED-STERNBERG is absent from NHL. Since it is hard to research and analyze every type of cancer under one heading, this work focuses on follicular lymphoma, the most prevalent subtype of NHL [1,2,3,4].

1.1. An introduction to Follicular Lymphoma: A Subtype of NHL

FL is the most common in the NHL category. It is a slow-growing solid cancer across the world. FL is a lymphoid system cancer, a type of white blood cell (WBC) caused by the uncharacteristic growth of lymphocytes.
Clinical trials in the India and US [4,5] found that 1.8 million people have cancer in the US and 2.6 million in India. NHL represents 4.3% of all new cancer cases, i.e., 0.19 million people in 2021. Figure 1 suggests that, among all the non-Hodgkins lymphoma, 22% of the patients come under the FL category, i.e., approximately 43,214 people will suffer from FL in 2021 in the US and India. India’s number of cancer patients is expected to rise from 26.7 million in 2021 to 29.8 million in 2025. The Northeast and the North had the greatest incidence last year (2408 cases per 0.1 million) and (2177 per 0.1 million), respectively. Men presented a greater rate of diagnosis [4,5,6].

1.2. Histopathological Analysis of Follicular Lymphoma

Histopathology refers to the microscopic examination of tissue to study the appearance of the disease. As in most types of cancer, histopathological analysis is vital to characterize the tumor histology for further treatment planning [1,2,3,4,7,8].
The FL prognosis has been conducted manually by visually examining tissue samples collected from patient biopsy [7,8,9,10,11,12]. Under a microscope, FL is frequently composed primarily of small cells called centrocytes and a few bigger centroblasts. Below are a few criteria that are noted while manually inspecting FL tissue.
  • Centrocytes typically have cleaved nuclei and appear with an abnormal, stretched shape
  • Centroblasts are more giant cells that may have round (non-cleaved) or cleaved nuclei.
  • The number of centroblasts per high-power field (HPF) may be counted and used to estimate the severity of the disease.
  • CBs frequently have more open chromatin, giving the nucleus a lighter appearance; they can be counted to estimate how aggressive the disease is.
According to World Health Organization (WHO), CBs are manually counted, and the average CB per HPF ( 0.159   mm 2 ) are reported for further FL slide classification.
If the count of CBs is less than 6 (i.e., 0–5), then histology is the grade I. If this number ranges from 6 to 15 per HPF, then FL histology is classified into grade II. Otherwise (count is more than 15), FL histology is classified into grade III, as shown in Figure 2 [3,6,7].
Currently, the prognosis of FL is determined manually using visual inspection of tissue samples acquired from patient biopsy [7,8,13]. This visual grading is time-consuming and can lead to incorrect conclusions due to inter and intra-reader variability, different staining procedures, and highly inhomogeneous images. A computer-assisted segmentation procedure for digitized histology is required for disease prognostics, allowing oncologists to anticipate which patients are prone to disease, disease outcome, and survival prospects. Developing a grading system that can segment many objects, deal with overlapping nuclei, and provide a better supplementary architecture of the tissue sample is necessary. The nuclear architecture of these lymphomas is essential in classifying the disease into different categories [10,11,14,15]. So, in this paper, a four steps methodology is presented. In the first step, the H&E-stained image is projected onto L*a*b* color space. This space-transformed stained image is the human eye’s perceptual level and allows us to quantify the visual differences. In the second step, this transformed image is segmented with the help of k-means clustering into its three cytological components (i.e., nuclei, cytoplasm, and extracellular). In the third step, pre-processing techniques based on adaptive thresholding and area-filling function are applied to give them proper shape for further analysis. Finally, in the fourth step, the demarcation process is applied to pre-processed nuclei based on the local fitting criterion function for image intensity in a neighborhood of each point. Integration of these local neighborhood centers leads us to define the global criterion of image segmentation. Later, a comparative analysis is performed based on past research. In this paper, unlike the previous contour-based segmentation algorithm, the methodology is independent of the initialization.
The above-enumerated objectives have been accomplished using a well-elaborated experimental setup followed by a color-based image segmentation algorithm. In the proposed research work, 467 images (Whole slide and cellular level) are used for the experiment performed to meet the objectives. Seventy-seven distinguished researchers have already cited 216 images from the American Society of Haematology (ASH). The number of images considered for grades I, II, and III is 148, 145, and 174, respectively. All the segmentation features are drawn from H&E-Stained FL images using MATLAB R2020a software (version 2020a) with windows 11 Home Single Language (version 21H2) and 64-bit operating system, with AMD Ryzen 5 3500U processor.
The following is a breakdown of the paper’s structure: A review of segmentation techniques and their application to follicular histology is presented in Section 2. In Section 3, an overview of the proposed approach is presented, followed by a description of four different steps. In Section 4, the result of the proposed model is presented. In Section 5, a discussion and comparison with the previous research are discussed in detail, followed by a proof of robustness from initialization. Finally, a healthy mathematical dialogue is placed to verify the robustness of the proposed segmentation approaches. Section 6 brings the paper to a close and discusses the future scope.

2. Literature Review

Image segmentation is extracting an image’s region of interest (ROI). The ROI and real-world objects may be strongly correlated. Image analysis is vital since segmentation outcomes affect feature extraction and classification. The medical field uses segmentation to separate desirable biological entities from the background. A generic segmentation task includes separating background tissue, a tumor from different tissue types, or separating cellular components, e.g., nuclei from background tissue from histopathological images. Table 1 highlights various segmentation approaches widely accepted and previously deployed in the case of follicular histology.
Various segmentation methodologies have been proposed to extract these quality parameters and keep visual differences based on textural heterogeneity [15,35,36,37] and the morphological structure [10,20,27] of each cytological component (nuclei, cytoplasm, extracellular component, RBC, and background). These morphological and textural parameters are extracted with various segmentation approaches, e.g., thresholding technique [16], Otsu thresholding [10,28], Otsu thresholding followed by LDA [27], thresholding followed by k-means [17,20,24,25], k-means with graph cut method [30], textural parameter followed by PCA and k-means [18], L2E along with canny edge and Hough transformation [19,38,39,40,41], gaussian mixer model and expectation maximization [9], mean shift elimination [21], contour models [21,23,42,43,44,45,46,47,48,49], color-coded map based [29], watershed [37,50], piecewise [51] entropy-based histogram [31], level-set [52], and transfer learning approaches for feature extraction [32,33,34] have been introduced to segment histopathological images. Many works have been performed in image segmentation, available in survey resources. However, there is still no universally accepted algorithm to segment the images as it is influenced by many aspects, such as the image’s texture, image content, and the inhomogeneity of images. In the next section, this paper proposes a noble approach to isolate various cytological components from H&E-stained FL tissue samples.

3. Proposed Methodology

Unsupervised segmentation divides the images into distinct cytological components to collect these data. Normally, there are five main components in H&E-stained FL images: the nucleus, cytoplasm, background, red blood cells, and extracellular material. The entire methodology is divided into four major steps. In the first step, H&E-stain is projected over L*a*b* color space, and then k-means clustering is used to isolate different cytological components in the second step. In the third step, pre-processing techniques of adaptive thresholding and area filling function are applied to give them proper shape. Finally, proper demarcation of each nucleus is performed. Figure 3 shows the flow of the proposed methodology to isolate different cytological components.

3.1. Projection of H&E-Stained Image over L*a*b* Color Space

Firstly, each of these components is expressed as a different color. Since the difference between two colors in the L*a*b* color space is perceptually uniform, the Euclidean distance can be employed as a measurement during the segmentation process. As a result of their relatively consistent patterns, RBCs and background regions can be distinguished by thresholding the intensity values in the RGB color space. RBCs and background are not comparatively useful when classifying FL histology, so our concentration is on identifying the rest cytological components. The remaining structures must divide into three clusters representing nuclei, cytoplasm, and extracellular material. The flow diagram to isolate different cytological components is explained in Figure 4. The image is projected onto this paper’s a*b*, L*a*, and L*b* spatial domains. Results for step 1 are placed in Section 4.1.
The L*a*b* (CIELab) space comprises three layers: the brightness layer L* and the chromaticity layers a* and b*, which show where the color falls along the red-green and blue-yellow axes, respectively. The converting formula first determines the tri-stimulus coefficients as follows:
X = 0.4303 R + 0.3416 G + 0.1784 B Y = 0.2219 R + 0.7068 G + 0.0713 B Z = 0.0202 R + 0.1296 G + 0.9393 B
The calculation of the CIELab color model is as follows;
L * = 116 { h ( Y Y s ) } 16 a * = 500 { h ( X X s ) } h ( Y Y s ) b * = 200 { h ( Y Y s ) } h ( Z Z s )
where the usual stimulus coefficients are X s ,   Y s ,   and   Z s . In the next step, images extracted from L*a*b* spaces are fed into a k-means clustering algorithm.

3.2. K-Means Clustering Based Segmentation

Any image is divided into k groups using the popular k-means clustering algorithm. The process of clustering involves putting data points with similar feature vectors together in one cluster and putting data points with diverse feature vectors into other clusters. Let feature vector derived from c clustered data be D = { d i | i = 1 ,   2 ,   3 , c } . The generalized algorithm initiates k cluster centroids C = { c j | j = 1 ,   2 ,   3 . k } by randomly selecting k features vector form C . The feature vectors are then divided into k clusters using a chosen measure for distance, such as the Euclidean distance (Equation (3)), so that
E d i s = | | d i c j | |
The feature vectors are then regrouped using the newly computed cluster centroids, originally calculated based on the group members. The clustering process ends when all cluster centroids begin toward convergence.
K-mean clustering helps to isolate nuclei (with blue), cytoplasm (cyan), and extracellular material (in yellow color) using the Euclidean distance matrix obtained from L*a*b* color space.
Choose 3 cluster centres to coincide with k randomly chosen patterns inside the hypervolume containing the patterns set (C). Steps to implement k-means are defined below;
1-
Assign each pattern to the closest cluster center, i.e., C i ,   i = 1 ,   2 ,   3 .
2-
Recompute the cluster centers using cluster memberships. ( U )
U i ,   j = { 1 ,                             | | x i C i | | 2   | | x j C k | | 2 ,   f o r   e a c h   k i 0 ,                                                                                                                                         o t h e r w i s e
3-
If convergence criteria are not met, go to step 2 with new cluster centers by the following equation, i.e.,
C i = i G i k ,   x k ϵ G i X k
where   | G i | is the size and the value of | G i | = j = 1 n U i . j .
Then, these clustered cytological components pass from the adaptive thresholding and filling function to provide the proper shape of the segmented region of interest.

3.3. Adaptive and Thresholding Function

Adaptive thresholding and filling functions are applied to smooth the isolated objects. It separates a segmented image into fractional regions or fractional images. It then determines two threshold values for each fractional image, resulting in varying adaptive threshold values, followed by the bwareaopen applied to suppress small objects. Finally, in the last step, the procedure for the boundarization of each nucleus takes place.

3.4. Procedure for Boundarization of Each Nucleus

First, consider a segmented image of nuclei I as a function   I :   R   and represented through Equation (4):
I = I i n p u t ( x ) B b i a s + N n o i s e ( x )  
Here, I i n p u t   represents an actual inputted image, B b i a s is the biased field that will account for inhomogeneity in the image and N n o i s e is a gaussian noise having zero mean value, and x denotes pixel intensity ϵ   R . There are two minor assumptions about B b i a s and I i n p u t is as follows:
  • Pixel intensity will remain constant next to the point as the assumption is a biased field B b i a s is slowly varying.
  • The H&E-stained FL image ( I i n p u t ) has approximately N separate regions 1 , 2   n with constant values C 1 , C 2   C n respectively. So, based on these assumptions and Equation (4), isolating the regions { i | n i = 1 } , having constant { C i | n i = 1 } and the bias field ( B b i a s ) for inputted FL histology.
All three parameters are identified and described below.
Special local energy is defined in the local area based on the intensity that necessitates locating the circular neighborhood in the premises of radius r with the aid of Equation (4) and assumptions. Any other point in the premises of i say x must meet the following constraint φ y { x   : x y r } , with each point y i as the centre. With the help of this property, it is conclusive that slowly changing B b i a s ( y ), all x values in the circular neighbourhood of φ y have values that are near to   B b i a s ( y ) . With this, the intensity value B b i a s ( x )   I i n p u t ( x ) in the subregion ( φ y ) is close to the constant   B b i a s ( y )   C i . With this piece of information, Equation (4) is written as Equation (5):
I = B b i a s ( y ) C i + N n o i s e ( x )  
This has led us to formulate the necessary energy at the controllable scale. This energy helps us to classify inputted images into N clusters with centers   m i B b i a s ( y ) C i ,   i = 1 , 2 , 3 n . Now local intensities are classified using the k-mean clustering technique, as well as a new term K   ( y x ) , which acts as a kernel. If x φ y is the value of K ( y x ) = 0 , then this term should be inserted, i.e., points that do not fall under the premises of constraint φ y   { x :   x y r } when building the cluster are excluded. This kernel is crucial in formulating local energy, as seen in Equation (6).
E y = i = 1 n φ y K ( y x ) | I ( x ) m i | 2 d x
The choice of the kernel is very flexible. This paper uses a gaussian kernel as described in Equation (7),
k ( x , y ) = e ( x 2 + y 2 ) 2 σ 2  
where σ is a scaling parameter, and the value of σ is chosen as four by the hit and trial method. Until now, the discussion is on locally formulated energy that is not affected by cluster energy. Equation (8) shows how to integrate the E y   t e r m with respect to d ( y ) to make this energy global.
E F i n a l = { i = 1 n φ y K ( y x ) | I ( x ) m i | 2 d x } d y
Because the proposed energy is dispersed among the regions { i | n i = 1 } , finding an overall energy minimization solution becomes extremely tough. As a result, we split the above energy in terms of Chan-Vese’s [46] level set formulation in Equation (8) and rewrite Equation (8) as Equation (9);
E F i n a l = { i = 1 2 φ y K ( y x ) | I ( x ) B ( y ) C i | 2 M i ( Φ ( x ) )   d ( x )   }   d ( y )
Here, M 1 ( Φ ) = h ( Φ )   &   M 2 ( Φ ) = 1 h ( Φ ) are two classification values of the function   M i ( Φ ( x ) ) for two-level set formulation. In terms of ( Φ ,   C ,   B ), this E F i n a l can be decreased. We can acquire image Segmentation given by   Φ , C , B . by minimizing this energy. This is an iterative procedure that is accomplished by minimizing   E F i n a l with respect to   Φ ,   C ,   and   b respectively.
A.
Minimizing energy with respect to Φ
Using the steepest gradient decent method to reduce the energy term (in Equation (9)) while keeping C and B constant [44,53,54], Gateaux derivatives ( E f i n a l ) ( Φ ) of energy E F i n a l are calculated using Equation (10);
( Φ ) ( t ) = δ ( Φ ) ( e 1 e 2 ) + υ . δ ( Φ ) . d i v ( Φ | Φ | ) + µ . d i v ( d p ( | Φ | ) Φ )
where   e 1   and   e 2 are described in Equation (11):
e i = K ( y x ) | I ( x ) m i | 2 d ( y )
where div (.) is the divergence operator, gradient operator, and d p is defined is as follows: d p ( s ) p ( s ) s .
Equation (10), as described above, is to be solved for demarking the nuclei. The first term in the equation δ ( Φ ) ( e 1 e 2 ) is a data term because it is derived from data fitting energy; this term is responsible for driving spline towards the object boundary. The second term υ . δ ( Φ ) .   d i v ( Φ | Φ | ) has a smoothing effect on the zero-level contours, which is necessary to maintain the regularity of the contour. This term also keeps a record of the arc length. The third term µ .   d i v ( d p ( | Φ | ) Φ ) is called a regularization term because it maintains the regularity of the spline.
B.
Minimizing energy with respect to C
While minimizing the constant, terms   C 1   and   C 2 in C are updated as follows, keeping Φ   &   B constant as shown in Equation (12):
C i = ( B K ) I υ i d y ( B 2 K ) υ i d y ,   ( i = 1 , 2 ,   ,   n )
where υ i = M i ( Φ ) K is defined as a kernel in Equation (6), and the ∗ is a convolution function.
C.
Minimizing energy with respect to B
While Φ   and   C are preserved as constants, the minimization of energy with respect to B is as described in Equation (13):
B = ( I . I i n p u t ( 1 ) ) K I i n p u t ( 2 ) K
where I i n p u t ( 1 ) = i = 1 n C i υ i and I i n p u t ( 2 ) = i = 1 n C i 2 υ i . According to Equations (12) and (13), the value of constant C = ( c 1 , c 2 , c 3   c n ) and the representative biased field B is updated. This way, the energy is reduced, and the demarcated image is obtained. This demarcated image provides a different perceptive to the analysis of each cytological component of the image. In the next section, the obtained segmented image is discussed.

4. Results

This section presents the results of each step discussed in the previous section. Later, a comparative analysis is presented based on the segmentation results (Previous research vs. proposed methodology).

4.1. Result of Representation of FL Image on L*a*b* Color Space

Although CIELAB’s (L*a*b*) color axes are less consistent, they nevertheless remain effective for anticipating small color variations, and thus very useful for those images which have inhomogeneous intensities. Since the L*a*b* color space is a three-dimensional real number space, it supports an infinite number of color representations. The L*a*b* color space separates image luminosity and color. This color space makes it simpler to divide the regions according to hue, regardless of lightness. Additionally, the color space is more in line with how the human eye perceives the image’s various white, blue-purple, and pink portions.
Figure 5 converts the RGB image to CIE L*a*b* transformation using Equation (2). The three-dimensional CIELAB space covers the complete spectrum of human color vision.
All necessary color information is included in both the a * and b * layers. To categorize the colors in the a * b * space, different color-based segmentation approaches can be employed. In Figure 6, projections of alternative two coordinators are shown. In the first image, a combination of a * b * is shown, in the next image a combination of a * L * , and in the last image of Figure 6, the combination of L * b * is shown.

4.2. Result of k-Means Clustering Algorithm

This transformed image passes through the k-means clustering procedure. This clustering procedure extracts three major cytological components: one in all nuclei, another in the cytoplasm, and the last in the extracellular components. In Figure 7, images (a), (d), and (i) are the 3-input image randomly taken from the database belonging to grades I, II, and III, respectively. In images (b), (f), and (j) representation of different hue levels of each cytological element are represented. Isolation of only nuclei is presented in images(c), (g), and (k). These images are hued with dark blue, while images(d), (h), and (l) represent three different clustered images.
In the next step, with the help of another critical parameter, the cytoplasm is extracted from the given input images, as shown in Figure 8. Images (a) and (d) are input images, (c) and (f) are the images of cytoplasm with different hues, and images (b) and (e) present the binarization of images (c) and (f) via the adaptive thresholding procedure. These morphological features vector is essential and will help pathologists to classify histology into respective grades.
A region-based level set formulation is introduced to define the boundary of the extracted nuclei. The result of this method is displayed in the next step.

4.3. Procedure for Boundarization of Each Nucleus

This approach defines a local fitting criterion function for image intensity in a neighborhood of each point by assuming that pixel intensity will remain constant next to the point. Integration of these local neighborhood centers leads us to define the global criterion of image segmentation. To perform this experiment, values of certain parameters are described in Table 2. In Table 2, five different values of the coefficient of arc (1,0.5, 0.01, 0.001, and 0.0001) are chosen, and five different scale parameters (1, 2, 4, 6, 8). Table 2 shows the value of the coefficient of arc length can demark properly when the value is greater than 0.01, while the scale parameter starts showing better results when the value is exceeded by 4. So, in this paper, the coefficient of the arc length term is defined as 0.001   A 2 , where A = 255 , scale parameter that specifies the neighborhood size (σ = 4), outer iteration value is set to 100, which will keep track spline nearer to object, and the value of inner iteration is 20. Such inner iteration will help to level set evolution.
The coefficient for distance regularization terms is set to 1. Experiment results are shown in Figure 9.
In Figure 9, images (a), (d), and (g) are input images, and images (b), (e), and (h) are segmented images after the k-means clustering, thresholding function, and area-filling function. Images (c), (f), and (i) are the final images after the demarcation of each nucleus with red colour.

5. Discussion and Comparison with the Previous State of Arts

This paper comprises three images from the paper of A. Madabhushi et al. [44]. The GAC model, the method presented by A. Madabhushi et al. [44], and the suggested local energy formulation model are all compared qualitatively. Figure 10 shows the results for three images, demonstrating the model’s superiority in nucleus segmentation. We use the proposed model for segmenting the gland lumen and lymphocyte’s single white blood cell with a single round nucleus in the histopathological images used in this investigation. The nuclei segmentation results in Figure 10 exemplify the power of our local energy formulation model in detection, segmentation, and overlap resolution. Our local energy formulation model accurately segmented cells and cancer nuclei in histopathological images in Figure 10 (512 × 512 patches). Figure 10 highlights the model’s robustness by providing boundaries near the nuclear boundary and preventing spurious edges due to the form restriction. Compared to the GAC and the model by A. Madabhushi et al. [44], it also shows that our model can segment numerous overlapping objects. Table 3 explains the quantitative evaluation based on past research. In this table, the object of interest is either the classification between centroblast cells vs. non-centroblast cells or classifying different cytoplasmic elements. Some papers do not perform quantitative evaluation, while others applied a maximum of 90.35% accuracy while segmenting cytoplasmic elements. This paper proposed k-means-based, locally formulated energy to segment nuclei and cytoplasmic regions with 92% sensitivity.

5.1. Quantitative Evaluation of the Proposed Segmentation Technique

The quantitative evaluation of the segmented nucleus and cytoplasm region is evaluated based on sensitivity, η, and specificity, δ.
In Figure 11, definitions of true positive (TP), true negative (TN), false positive (FP), and false negative are illustrated. The definition of sensitivity (η) and specificity (δ) is defined below:
η = True   Positive True   Positive + False   Negative
δ = True   Negative Ture   Negative + False   Positive
The quantitative evaluation of the proposed algorithm is conducted over 1283 nuclei extracted from 200 FL images and shown in Figure 12. The comparison is based on manual (graded data from pathology) vs. automated computerized segmentation techniques.
Each ROI has been altered to be the same size as what pathologists would see in a high-power field of 0.159   mm 2 . In Table 4, a summarization of the detected outcome is placed. Based on TP, FP, FN, and TN, two classes of the given slide can be analyzed.
The two classes are displayed in Table 4. In the first column, input images are placed. The second column result of manual segmentation (number of centroblasts/number of non-centroblast) and the result of automated segmentation are placed in the last section. Table 5 describes the confusion matrix to elaborate on the accuracy of the proposed model based on two classes.
This paper achieved a sensitivity (η) of 92% while the specificity (δ) is 88.9% recorded.

5.2. Independent from the Contour Initialization

Previously deployed region-based contour algorithms are dependent on the initialization of the contour [37,43,45,46,47,48,49], which implies that flowing energy goes downcast for those nuclei that are placed far from the initialization. Therefore, Section 4 explains the goal of creating an algorithm free from initialization. Initially, the first row displays the inputted image of follicular lymphoma. Four out of the twelve initializations of the contour are shown in Figure 13 for a qualitative evaluation of the system’s performance.
The second row displays four different locations of initialization over a biased region, and the third row contains an outline of the entire slide’s nucleus. The system achieves nearly the same result for the biased region and highlighted nucleus despite the substantial variation in contour initialization.

6. Conclusions and Future Scope

This study presents a new segmentation procedure for segmenting the different cytological components. The first step, the H&E-stained follicular histology image, is projected onto L*a*b* color space. This space-transformed stained image is the human eye’s perceptual level and allows us to quantify the visual differences. In the second step, this transformed image is segmented with the help of k-means clustering into its three cytological components. In the third step, pre-processing techniques based on adaptive thresholding and area-filling function are applied to give them proper shape for further analysis. Finally, in the fourth step, the demarcation process is applied to the pre-processed nucleus based on the local fitting criterion function for image intensity in the neighborhood of each point. This technique is independent of the initialization. This segmentation method employs a process known as local intensity fitting, which is utilized to recognize the unique shapes in the images precisely. This paper can achieve 92% sensitivity and 88.9% specificity to compare manual and automated segmentation.
Furthermore, the algorithm can distinguish between overlapped nuclei because object landmarks must be found across numerous objects for initial alignment. Thus, the relevant issue does not limit our model. The capacity to segregate lymphocytes in FL histopathological images automatically and accurately could be useful. This research does not classify follicular tissue. Rather, it divides it into cytological components. By separating all of the cytological components in the image, this method sets a new standard in digitalized histopathology. The algorithm analyses the complete tissue segment for diagnosing and grading the diseased, giving oncologists an additional representation to improve diagnostic accuracy at the outset. Furthermore, removing the need for initialization makes this approach more resilient and general.

Author Contributions

Conceptualization, P.S.; methodology, P.S. and A.G.; writing—original draft preparation, P.S.; validation, S.K.S. and M.R.; formal analysis, M.A.B.; writing—review and editing, S.K.S. and M.R.; supervision, A.G. All authors have read and agreed to the published version of the manuscript.

Funding

This article received no external funding.

Data Availability Statement

Data in this research paper will be shared upon request to the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Siegel, R.L.; Miller, K.D.; Jemal, A. Cancer Statistics. CA Cancer J. Clin. 2021, 71, 7–33. [Google Scholar] [CrossRef]
  2. National Cancer Institute United State. Cancer Stat Facts: Non-Hodgkin Lymphoma. Available online: https://seer.cancer.gov/statfacts/html/nhl.html (accessed on 30 July 2021).
  3. Teras, L.R.; DeSantis, C.E.; Cerhan, J.R.; Morton, L.M.; Jemal, A.; Flowers, C.R. 2016 US Lymphoid Malignancy Statistics by World Health Organization Subtypes. CA Cancer J. Clin. 2016, 66, 443–459. [Google Scholar] [CrossRef]
  4. India Against Cancer; National Institute of Cancer Prevention and Research, Indian Council of Medical Research (ICMR). Available online: http://cancerindia.org.in/ (accessed on 30 July 2021).
  5. Nair, R.; Arora, N.; Mallath, M.K. Epidemiology of Non-Hodgkin’s Lymphoma in India. Oncology 2016, 91, 18–25. [Google Scholar] [CrossRef]
  6. Swerdlow, S.; Campo, E.; Harris, N.; Jaffe, E.; Pileri, S.; Stein, T.H.; Vardiman, J. WHO Classification of Tumors of Haematopoietic and Lymphoid Tissues, 4th ed.; World Health Organization: Lyon, France, 2008; Volume 2.
  7. Hitz; Kettererb, F.; Lohric, A.; Meyd, U.; Pederivae, S.; Rennerf, C.; Tavernag, C.; Hartmannh, A.; Yeowi, K.; Bodisj, S.; et al. Diagnosis and treatment of follicular lymphoma European journal of medical sciences. Swiss Med. Wkly. 2011, 141, w13247. [Google Scholar]
  8. Samsi, S.; Lozanski, G.; Shanarah, A.; Krishanmurthy, A.K.; Gurcan, M.N. Detection of Follicles from IHC Stained Slide of Follicular lymphoma Using Iterative Watershed. IEEE Trans. Biomed. Eng. 2010, 57, 2609–2612. [Google Scholar] [CrossRef] [Green Version]
  9. Sertel, O.; Lozanski, G.; Shana’ah, A.; Gurcan, M.N. Computer-aided Detection of Centroblast for Follicular Lymphoma Grading using Adaptive Likelihood based Cell Segmentation. IEEE Trans. Biomed. Eng. 2010, 57, 2613–2616. [Google Scholar] [CrossRef] [Green Version]
  10. Oztan, B.; Kong, H.; Metin; Gurcan, N.; Yener, B. Follicular Lymphoma Grading using cell-Graphs and Multi-Scale Feature Analysis. In Proceedings of the SPIE Medical Imaging, San Diego, CA, USA, 8–9 February 2012; Volume 83, pp. 345–353. [Google Scholar]
  11. Gurcan, M.; Boucheron, L.; Can, A.; Madabhushi, A.; Rajpoot, N.; Yener, B. Histopathology Image Analysis: A Review. IEEE Rev. Biomed. Eng. 2009, 2, 147–171. [Google Scholar] [CrossRef] [Green Version]
  12. Anneke, G.; Bouwer, B.; Imhoff, G.W.; Boonstra, R.; Haralambieva, E.; Berg, A.; Jong, B. Follicular Lymphoma grade 3B includes 3 cytogenetically defined subgroups with primary t(14;18), 3q27, or other translations: T(14;18) and 3q27 are mutually exclusive. Blood J. Hematol. Libr. 2013, 101, 1149–1154. [Google Scholar]
  13. Mabadhushi, A.; Xu, J. Digital Pathology image analysis: Opportunities and challenges. Image Med. 2009, 1, 7–10. [Google Scholar] [CrossRef] [Green Version]
  14. Mansoor, A.; Bagci, U.; Foster, B.; Xu, Z.; Papadakis, G.Z.; Folio, R.; Udupa, M.K.; Mollura, D.J. Segmentation and Image Analysis of Abnormal Lungs at CT: Current Approaches, Challenges, and Future Trends. Radiographics 2015, 35, 1056. [Google Scholar] [CrossRef] [Green Version]
  15. Noor, N.; Than, J.; Rijal, O.; Kassim, R.; Yunus, A.; Zeki, A. Automatic Lung Segmentation Using Control Feedback System: Morphology and Texture Paradigm. J. Med. Syst. 2015, 39, 22. [Google Scholar] [CrossRef] [PubMed]
  16. Zorman, M.; Kokol, P.; Lenic, M.; de la Rosa, J.L.S.; Sigut, J.F.; Alayon, S. Symbol-based machine learning approach for supervised segmentation of follicular lymphoma images. In Proceedings of the IEEE International Symposium on Computer-Based Medical Systems, Maribor, Slovenia, 20–22 June 2007; pp. 115–120. [Google Scholar]
  17. Sertel, O.; Kong, J.; Lozanski, G.; Shana’ah, A.; Catalyurek, U.; Saltz, J.; Gurcan, M. Texture classification using nonlinear color quantization: Application to histopathological image analysis. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Las Vegas, NV, USA, 31 March–4 April 2008; pp. 597–600. [Google Scholar]
  18. Sertel, O.; Kong, J.; Lozanski, G.; Catalyurek, U.; Saltz, J.H.; Gurcan, M.N. Computerized microscopic image analysis of follicular lymphoma. In Proceedings of the Medical Imaging 2008: International Society for Optics and Photonics, San Diego, CA, USA, 17–19 February 2008; Volume 6915, p. 691535. [Google Scholar]
  19. Yang, L.; Tuzel, O.; Meer, P.; Foran, D.J. Automatic image analysis of histopathology specimens using concave vertex graph. In Proceedings of the Medical Image Computing and Computer-Assisted Intervention, New York, NY, USA, 6–10 September 2008; Volume 11, pp. 833–841. [Google Scholar]
  20. Sertel, O.; Kong, J.; Catalyurek, U.V.; Lozanski, G.; Saltz, J.H.; Gurcan, M.N. Histopathological image analysis using model-based intermediate representations and color texture: Follicular lymphoma grading. J. Signal Process. Syst. 2009, 55, 169–183. [Google Scholar] [CrossRef]
  21. Sertel, O.; Catalyurek, U.V.; Lozanski, G.; Shanaah, A.; Gurcan, M.N. An image analysis approach for detecting malignant cells in digitized h&e-stained histology images 475 of follicular lymphoma. In Proceedings of the 20th IEEE International Conference on Pattern Recognition, Istanbul, Turkey, 23–26 August 2010; pp. 273–276. [Google Scholar]
  22. Belkacem-Boussaid, K.; Prescott, J.; Lozanski, G.; Gurcan, M.N. Segmentation of follicular regions on H&E slides using a matching filter and active contour model. In Proceedings of the SPIE Medical Imaging, International Society for Optics and Photonics, San Diego, CA, USA, 13–18 February 2010; Volume 7624, p. 762436. [Google Scholar]
  23. Belkacem-Boussaid, K.; Samsi, S.; Lozanski, G.; Gurcan, M.N. Automatic detection of follicular regions in H&E images using iterative shape index. Comput. Med. Imaging Graph. 2011, 35, 592–602. [Google Scholar] [PubMed] [Green Version]
  24. Kong, H.; Belkacem-Boussaid, K.; Gurcan, M. Cell nuclei segmentation for histopathological image analysis. In Proceedings of the SPIE Medical Imaging: International Society for Optics and Photonics, San Francisco, CA, USA, 22–27 January 2011; p. 79622R. [Google Scholar]
  25. Kong, H.; Gurcan, M.; Belkacem-Boussaid, K. Partitioning histopathological images: An integrated framework for supervised color-texture segmentation and cell 610 splitting. IEEE Trans. Med. Imaging 2011, 30, 1661–1677. [Google Scholar] [CrossRef] [Green Version]
  26. Oger, M.; Belhomme, P.; Gurcan, M.N. A general framework for the segmentation of follicular lymphoma virtual slides. Comput. Med. Imaging Graph. 2012, 36, 442–451. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. Saxena, P.; Singh, S.K.; Agrawal, P. A heuristic approach for determining the shape of nuclei from H&E-stained imagery. In Proceedings of the IEEE Students Conference on Engineering and Systems, Allahabad, India, 12–14 April 2013; pp. 1–6. [Google Scholar]
  28. Michail, E.; Kornaropoulos, E.N.; Dimitropoulos, K.; Grammalidis, N.; Koletsa, T.; Kostopoulos, I. Detection of centroblasts in H&E stained images of follicular lymphoma. In Proceedings of the Signal Processing and Communications Applications Conference, Trabzon, Turkey, 23–25 April 2014; pp. 2319–2322. [Google Scholar]
  29. Dimitropoulos, K.; Michail, E.; Koletsa, T.; Kostopoulos, I.; Grammalidis, N. Using adaptive neuro-fuzzy inference systems for the detection of centroblasts in microscopic images of follicular lymphoma. Signal Image Video Process. 2014, 8, 33–40. [Google Scholar] [CrossRef]
  30. Dimitropoulos, K.; Barmpoutis, P.; Koletsa, T.; Kostopoulos, I.; Grammalidis, N. Automated detection and classification of nuclei in pax5 and h&e-stained tissue sections of follicular lymphoma. Signal Image Video Process. 2016, 11, 145–153. [Google Scholar]
  31. Abas, F.S.; Shana’ah, A.; Christian, B.; Hasserjian, R.; Louissaint, A.; Pennell, M.; Sahiner, B.; Chen, W.; Niazi, M.K.; Lozanski, G.; et al. Computer-assisted quantification of CD3+ T cells in follicular lymphoma. Cytom. Part A 2017, 91, 609–621. [Google Scholar] [CrossRef] [Green Version]
  32. Syrykh, C.; Abreu, A.; Amara, N.; Siegfried, A.; Maisongrosse, V.; Frenois, F.X.; Martin, L.; Rossi, C.; Laurent, C.; Brousset, P. Accurate diagnosis of lymphoma on whole-slide histopathology images using deep learning. NPJ Digit. Med. 2020, 3, 63. [Google Scholar] [CrossRef]
  33. Thiam, Y.; Vailhen, N.; Abreu, A.; Syrykh, C.; Frenois, F.; Ricci, R.; Tesson, B.; Sondaz, D.; Gomez, E.; Grivel, A.; et al. Artificial Intelligence Against Lymphoma: A New Deep Learning Based Anatomopathology Assistant to Distinguish Follicular Lymphoma from Follicular Hyperplasia. Eur. Hematol. Assoc. Libr. 2020, 298107, PB2193. [Google Scholar]
  34. Brousset, P.; Syrykh, C.; Abreu, A.; Amara, N.; Laurent, C. Diagnosis and Classification Assistance from Lymphoma Microscopic Images Using Deep Learning. Hematol. Oncol. 2019, 37, 138. [Google Scholar] [CrossRef] [Green Version]
  35. Yuan, J.; Wang, D.; Li, R. Remote sensing image segmentation by combining spectral and texture features. IEEE Trans. Geosci. Remote Sens. 2014, 52, 16–24. [Google Scholar] [CrossRef]
  36. Reska, D.; Boldak, C.; Kretowski, M. A Texture-Based Energy for Active Contour Image Segmentation. In Image Processing & Communications Challenges 6; Springer: Cham, Switzerland, 2015; Volume 313, pp. 187–194. [Google Scholar]
  37. Wenzhong, Y.; Xiaohui, F. A watershed-based segmentation method for overlapping chromosome images. In Proceedings of the 2nd International Workshop Education Technology Computer Science, Wuhan, China, 6–7 March 2010; Volume 1, pp. 571–573. [Google Scholar]
  38. Leandro, A.; Fernandes, F.; Oliveira, M. Real-time line detection through an improved Hough transform voting scheme. Pattern Recognit. 2008, 41, 299–314. [Google Scholar]
  39. Duda, R.; Hart, P. Use of the Hough Transformation to Detect Lines and Curves in Pictures. Graph. Image Process. 1972, 15, 11–15. [Google Scholar] [CrossRef]
  40. O’Gorman, F.; Clowes, M. Finding picture edges through collinearity of feature points. IEEE Trans. Comput. 1976, 25, 449–456. [Google Scholar] [CrossRef]
  41. Rizon, M.; Yazid, H.; Saad, P.; Shakaff, A.Y.; Saad, A.R.; Sugisaka, M.; Yaacob, S.; Mamat, M.; Karthigayan, M. Object Detection using Circular Hough Transform. Am. J. Appl. Sci. 2005, 2, 1606–1609. [Google Scholar] [CrossRef]
  42. Fatakdawala, H.; Xu, J.; Basavanhally, A.; Bhanot, G.; Ganesan, S.; Feldman, M.; Tomaszewski, J.; Madabhushi, A. Expectation maximization driven geodesic active contour with overlap resolution (EMaGACOR): Application to lymphocyte segmentation on breast cancer histopathology. IEEE Trans. Biomed. Eng. 2010, 57, 1676–1689. [Google Scholar] [CrossRef]
  43. Kass, M.; Witkin, A.; Terzopolos, D. Snakes: Active Contour Models. Int. J. Comput. Vis. 1998, 1, 321–331. [Google Scholar] [CrossRef]
  44. Madabhushi, A.; Ali, S. An Integrated Region-, boundary-, Shape-Based Active Contour for Multiple Object Overlap Resolution in Histological Imagery. IEEE Trans. Med. Imaging 2012, 31, 1448–1460. [Google Scholar]
  45. Vese, L.; Chan, T. A multiphase level set framework for image segmentation using the Mumford and Shah model. Int. J. Comput. Vis. 2002, 50, 271–293. [Google Scholar] [CrossRef]
  46. Chan, T.; Vese, L. Active contours model without edges. IEEE Trans. Image Process. 2001, 10, 266–277. [Google Scholar] [CrossRef] [Green Version]
  47. Caselles, V.; Kimmel, R.; Sapiro, G. Geodesic active contours. Int. J. Comput. Vis. 1997, 22, 61–79. [Google Scholar] [CrossRef]
  48. Paragios, N.; Deriche, R. Geodesic active contours and level sets for detection and tracking of moving objects. IEEE Trans. Pattern Anal. Mach. Intell. 2000, 22, 266–280. [Google Scholar] [CrossRef] [Green Version]
  49. Blake, A.; Isard, M. Active Contours; Springer Society: Cambridge, UK, 1998. [Google Scholar]
  50. Mohammed, E.A.; Mohamed, M.M.A.; Naugler., C.; Far, B.H. Chronic lymphocytic leukemia cell segmentation from microscopic blood images using watershed algorithm and optimal thresholding. In Proceedings of the Annual IEEE Canadian Conference on Electrical and Computer Engineering, Regina, SK, Canada, 5–8 May 2013; pp. 1–5. [Google Scholar]
  51. Mumford, D.; Shah, J. Optimal approximations by piecewise smooth functions and associated variational problems. Commun. Pure Appl. Math. 1989, 42, 577–685. [Google Scholar] [CrossRef]
  52. Chan, T. Level Set Based Shape Prior Segmentation. In Proceedings of the IEEE Computer Society Conference Computation Vision Pattern Recognition, San Diego, CA, USA, 20–25 June 2005; Volume 2, pp. 1164–1170. [Google Scholar]
  53. Aubert, G.; Kornprobst, P. Mathematical Problems in Image Processing; Partial Differential Equations and the Calculus of Variations; Springer: New York, NY, USA, 2002. [Google Scholar]
  54. Evans, L. Partial Differential Equations; American Mathematics Society: Providence, RI, USA, 1998. [Google Scholar]
Figure 1. Classification of Non-Hodgkin Lymphoma: A Subtypes (Source: American Cancer Society).
Figure 1. Classification of Non-Hodgkin Lymphoma: A Subtypes (Source: American Cancer Society).
Electronics 12 00651 g001
Figure 2. WHO classification of Follicular histology.
Figure 2. WHO classification of Follicular histology.
Electronics 12 00651 g002
Figure 3. Process flow diagram of proposed segmentation approaches.
Figure 3. Process flow diagram of proposed segmentation approaches.
Electronics 12 00651 g003
Figure 4. Process flow to isolate different cytological components from H&E-Stained image.
Figure 4. Process flow to isolate different cytological components from H&E-Stained image.
Electronics 12 00651 g004
Figure 5. CIE L*a*b* transformation from RGB image.
Figure 5. CIE L*a*b* transformation from RGB image.
Electronics 12 00651 g005
Figure 6. CIE L*a*b* transformation, combining two coordinates each time.
Figure 6. CIE L*a*b* transformation, combining two coordinates each time.
Electronics 12 00651 g006
Figure 7. Output of L*a*b* projected k-means clustering (K = 3) algorithm. (a,e,i) Input Images (b,f,j) Different hue levels (c,g,k) Isolation of nuclei (d,h,l) Clustered Images.
Figure 7. Output of L*a*b* projected k-means clustering (K = 3) algorithm. (a,e,i) Input Images (b,f,j) Different hue levels (c,g,k) Isolation of nuclei (d,h,l) Clustered Images.
Electronics 12 00651 g007
Figure 8. Isolating cytoplasm from H&E-Stained image.
Figure 8. Isolating cytoplasm from H&E-Stained image.
Electronics 12 00651 g008
Figure 9. Demarcation with a red hue to each extracted nucleus.
Figure 9. Demarcation with a red hue to each extracted nucleus.
Electronics 12 00651 g009aElectronics 12 00651 g009b
Figure 10. (a,e,i) Original prostate histological image (b,f,j) Segmentation results from GAC Model (c,g,k) Segmentation results from Madabhushi’s model and (d,h,l) Results from proposed local energy formulation model.
Figure 10. (a,e,i) Original prostate histological image (b,f,j) Segmentation results from GAC Model (c,g,k) Segmentation results from Madabhushi’s model and (d,h,l) Results from proposed local energy formulation model.
Electronics 12 00651 g010
Figure 11. Defining the evaluation standard: True negative, False Positive, True positive in automated vs. manual segmentation.
Figure 11. Defining the evaluation standard: True negative, False Positive, True positive in automated vs. manual segmentation.
Electronics 12 00651 g011
Figure 12. Image (a) is extracted region of interest by manual segmentation data set, image (b) is the outcome after proposed k-means clustering approaches, and image (c) is the outcome of the proposed algorithm.
Figure 12. Image (a) is extracted region of interest by manual segmentation data set, image (b) is the outcome after proposed k-means clustering approaches, and image (c) is the outcome of the proposed algorithm.
Electronics 12 00651 g012
Figure 13. Follicular imagery, independent from contour initialization.
Figure 13. Follicular imagery, independent from contour initialization.
Electronics 12 00651 g013
Table 1. Systematic review for segmenting FL histology.
Table 1. Systematic review for segmenting FL histology.
ReferenceYear of
Publication
Dataset UsedRegion of InterestSegmentation Approaches
[16]2007Training Set: 3627
Testing Set: 1813 FL images
Isolation of follicular regionsMean brightness value as a thresholding technique
[17]200817 Whole slide FL imageCB and non-CB cells classificationThresholding to isolate RBC and background followed by K-means clustering
[18]200830 IHC Stained Images & 11 H&E-Stained FL imagesFrom IHC-Stained- Follicular region and H&E-Stained centroblastFor detecting follicular region GLCM with S channel from HSV colour model and for CB detection extracted features reduced by PCA and allocation of K-means
[19]200818 cases of MCL, 20 cases of CCL, and 9 FLOverlapping cell nucleiLast2edges algorithm followed by gradient vector flow algorithm to identify contours. Application of canny edge detector.
[20]200917 whole slide images of FLIsolation of CentroblastsThresholding, along with applications of K-means
[9]2010100 ROI of FL sampleIsolation of CentroblastsGaussian mixer model parameterized with expectation maximization.
[21]2010100 ROI of FL sampleIsolation of CentroblastsApplications of mean shift elimination technique
[22]201040 IHC stained FL imagesFollicular regionActive contour Model
[23]201115 IHC stained FL imagesFollicular regionRegion-based image segmentation using curve evolution techniques.
[24]201110 FL imagesCellular nucleiThresholding followed by local Fourier transformation and application of K-means and KNN
[25]201217 FL imagesIdentification of centroblastk-means of clustering
[10]201212 IHC and H&E- stained FL imagesFollicular regionOtsu thresholding and intersection between R plane and B plane binary mask
[26]2013110 FL imagesFollicular regionApplication of contour algorithms
[27]201412 FL imagesIdentification of centroblastOtsu thresholding and LDA to segments nuclei followed by thresholding technique to remove RBCs
[28]2014300 cells of FLCentroblast identificationOtsu thresholding
[29]201420 FL slide stained with CD20 and H&ECytoplasmic element classificationSegmentation by touching cell splitting using GMM classification by the neuro-fuzzy inference system
[30]201628 images of FL stained with PAX5 and H&ECentroblastk-means clustering and graph cut segmentation procedure
[31]2017H&E-Stained imageSegmentation of CD3+ & CD3-T cellsEntropy-based histogram thresholding
[32]2019H&E-Stained imageDifferentiate between FL and follicular hyperplasiaDeep learning-based feature extraction
[33]2020H&E-Stained imageDifferentiate between FL and follicular hyperplasiaCNN-based segmentation approaches
[34]2020H&E-Stained imageDifferentiate between FL and follicular hyperplasiaDeep learning-based feature extraction
Table 2. Simulation of parameters.
Table 2. Simulation of parameters.
Coefficient of Arc Length Term →Scale Parameter →10.50.010.0010.0001
Electronics 12 00651 i001
input image
1Electronics 12 00651 i002Electronics 12 00651 i003Electronics 12 00651 i004Electronics 12 00651 i005Electronics 12 00651 i006
2Electronics 12 00651 i007Electronics 12 00651 i008Electronics 12 00651 i009Electronics 12 00651 i010Electronics 12 00651 i011
4Electronics 12 00651 i012Electronics 12 00651 i013Electronics 12 00651 i014Electronics 12 00651 i015Electronics 12 00651 i016
6Electronics 12 00651 i017Electronics 12 00651 i018Electronics 12 00651 i019Electronics 12 00651 i020Electronics 12 00651 i021
8Electronics 12 00651 i022Electronics 12 00651 i023Electronics 12 00651 i024Electronics 12 00651 i025Electronics 12 00651 i026
Table 3. Quantitative evaluation of past research.
Table 3. Quantitative evaluation of past research.
Ref.Type of Staining & DatasetObject of InterestEvaluation Result
[16]detection of follicles by IHC & classification of CB by H&Eclassification between CB and non-CB cellsno performance evaluation is done
[18]IHC stain for follicles detection followed by H&E stained
for CB cells
classification between CB and non-CB cellsclassification accuracy of 90.7%
[9]H&E-Staining & 100 ROI images CB & non-CB cells classificationQualitative very high false-positive appealed
[21]H&E-Staining100 ROI of FL imagesCB & non-CB cells classificationMaximum accuracy of 80.7% achieved
[22]436 images of Neoplastic Follicles CB & non-CB cells classification82.57% precision while segmenting
[25]H&E Stained 17 FL imagesDetection of nuclei and other cytological components87% accuracy in classification
[27]H&E Staining images 0f 180 FL samplesCentroblast detection82.58% CB were successfully detected
[29]H&E-Stained imagesCytoplasmic element classification90.35% detection rate achieved
Proposed k-means based locally formulated energy467 H&E-Stained ImagesExtraction of Cytoplasmic element92% sensitivity
Table 4. Analysis of CB detection based on the proposed detection algorithm.
Table 4. Analysis of CB detection based on the proposed detection algorithm.
Name of ImageManual SegmentationAutomated Segmentation
Number of CBsNumber of Non-CBsTPFPFNTN
FL1535102
FL26116119
FL3443113
FL411211011
FL5848007
Table 5. Confusion matrix to elaborate accuracy of the proposed methodology.
Table 5. Confusion matrix to elaborate accuracy of the proposed methodology.
CentroblastNon-Centroblast
CentroblastTrue PositiveFalse Positive
Non-centroblastFalse NegativeTrue Negative
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Saxena, P.; Goyal, A.; Bivi, M.A.; Singh, S.K.; Rashid, M. Segmentation of Nucleus and Cytoplasm from H&E-Stained Follicular Lymphoma. Electronics 2023, 12, 651. https://doi.org/10.3390/electronics12030651

AMA Style

Saxena P, Goyal A, Bivi MA, Singh SK, Rashid M. Segmentation of Nucleus and Cytoplasm from H&E-Stained Follicular Lymphoma. Electronics. 2023; 12(3):651. https://doi.org/10.3390/electronics12030651

Chicago/Turabian Style

Saxena, Pranshu, Anjali Goyal, Mariyam Aysha Bivi, Sanjay Kumar Singh, and Mamoon Rashid. 2023. "Segmentation of Nucleus and Cytoplasm from H&E-Stained Follicular Lymphoma" Electronics 12, no. 3: 651. https://doi.org/10.3390/electronics12030651

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop